home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / js.lang < prev    next >
Text File  |  2005-03-06  |  3KB  |  63 lines

  1. # Javascript language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 26.1.2002
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)= abstract break class const continue debugger default
  20. delete enum export extends  finally  instanceof import implements in goto
  21. native package private protected public super   throw throws transient
  22. typeof void false with for this switch try while if do else return null case catch true
  23.  new prototype var function
  24.  
  25. $KW_LIST(kwb)= boolean byte char double float int long short static
  26.  
  27. $KW_LIST(kwc)= charCodeAt  String substring length split Array charAt Boolean indexOf
  28. fromCharCode push Object Null Number isNaN blur focus click checked defaultChecked
  29. enabled getDate getDay getFullYear getHours getMilliseconds getMinutes getMonth getSeconds
  30. getTime getTimezoneOffset getYear getUTCDate getUTCDay getUTCFullYear getUTCHours
  31. getUTCMilliseconds getUTCMinutes getUTCMonth getUTCSeconds
  32. getUTCTime getUTCYear setDate setFullYear setHours setMilliseconds setMinutes setMonth
  33. setSeconds setTime setYear toGMTString toLocaleString UTC setUTCDate setUTCFullYear
  34. setUTCHours setUTCMilliseconds setUTCMinutes setUTCMonth setUTCSeconds setUTCTime
  35. setUTCYear alinkColor all anchors applets bgColor classes cookie domain embeds fgColor ids
  36. lastModified layers linkColor links location referrer tags title URL vlinkColor clear close getSelection
  37. open onKeyPress onUnLoad onChange onchange encoding method reset submit frames parent self
  38. top window alert confirm clearInterval clearTimeout print prompt setInterval setTimeout onMove
  39. onmove onResize onresize visibility replace hash host href pathname port protocol reload toString
  40. Math E LN10 LN2 PI SQRT1_2 SQRT2 sqrt pow log exp cos sin tan acos asin atan round floor ceil
  41. random min max navigator appCodeName appName appVersion language mimeTypes platform
  42. plugins userAgent javaEnabled Option option defaultSelected index text innerHTML RegExp global
  43. ignoreCase input lastIndex lastMatch lastParen leftContext multiline rightContext source compile
  44. exec test screen availHeight availWidth colorDepth height pixelDepth width options selectedIndex
  45. big blink bold fixed fontColor history current next previous back forward go charCode getElementById
  46. getElementByName document write writeln forms elements value image images Image border complete
  47. height hspace lowsrc name src vspace width className onclick onClick onDblClick ondblclick onMouseOut
  48. onMouseOver Array concat join reverse pop push slice sort unescape target event type top location
  49. unescape break default onBlur onblur onFocus onfocus isNaN handleEvent onAbort onError onKeyPress
  50. onKeyUp onKeyDown onLoad onload handleEvent fontSize indexOf italics lastIndexOf match search
  51. small strike sub substr substring sup toLowerCase toUpperCase
  52.  
  53. $SL_COMMENT= //
  54.  
  55. $ML_COMMENT= /* */
  56.  
  57. $STRINGDELIMITERS= " '
  58.  
  59. $IGNORECASE=false
  60.  
  61. $ESCCHAR=\
  62.  
  63. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + - .